Warning cleanup.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 30 Sep 2003 22:15:19 +0000 (22:15 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 30 Sep 2003 22:15:19 +0000 (22:15 +0000)
gpsbabel/tiger.c

index 8100299fce91515fbd2f7a22926a4340944b494f..8474989a860822391af16ad681821c7b22b67e32 100644 (file)
@@ -156,7 +156,7 @@ data_read(void)
 static void
 tiger_disp(const waypoint *wpt)
 {
-       char *pin;
+       const char *pin;
        double lat = wpt->position.latitude.degrees;
        double lon = wpt->position.longitude.degrees;